home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 6 / CDL_N6.iso / mac / CD Loisirs N°6 / PaperPlanes / P17-20 / 00030.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  144 b   |  10 lines

  1. on exitFrame
  2.   global FastForward, PlayOn
  3.   if FastForward then
  4.     set PlayOn to 1
  5.     go(the frame + 1)
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.